From 81ec3fb26328bebb765404d7da70845b7ccec2b8 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 2 Feb 2007 11:43:31 +0000 Subject: [PATCH] (quail-show-key): Fix an error message. --- lisp/international/quail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/quail.el b/lisp/international/quail.el index a14d358c8ad..340c035ca42 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -2773,7 +2773,7 @@ If CHAR is an ASCII character and can be input by typing itself, return t." (or current-input-method (error "No input method is activated")) (or (assoc current-input-method quail-package-alist) - (error "The current input method is not using Quail")) + (error "The current input method does not use Quail")) (let* ((char (following-char)) (key-list (quail-find-key char))) (cond ((consp key-list) -- 2.30.2